What is a Time Series?

What is a Time Series slide

What Are Its Components?

What is a Time Series slide

###

###

Mini Lab #1: Plotting Time Series Data

  1. Download and run R-Studio. Refer to the “Preparations” module.

  2. Load the designated R Notebook by running it in R-Studio. You can also copy and paste into the Console (then run the code). Install all necessary packages.

  3. Import Climate Change Excel file into the notebook or console.

R Notebook load code

  1. Convert the global temperature data set into a time series using the ts() command.

  2. View the data using the View() command.

  3. Use the ggplot package to plot the global temperature data.

  4. What can you observe from these visual plots?